home *** CD-ROM | disk | FTP | other *** search
- /* ------------------ GetFileIcon.h ------------------- */
-
- #ifndef __GETFILEICON__
- #define __GETFILEICON__
-
- #ifndef __ICONS__
- #include <Icons.h>
- #endif
- #ifndef __FINDER__
- #include <Finder.h>
- #endif
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- pascal OSErr GetFileIcon( FSSpec *thing, IconSelectorValue iconSelector, Handle *theSuite);
- Boolean IsSuiteEmpty( Handle theSuite );
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif // __GETFILEICON__
-